home *** CD-ROM | disk | FTP | other *** search
/ PC Player Special 1999 #1 / PC-Player - Special - 1999-01.iso / Demos / TAW / LANGDEF.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-10  |  724 b   |  34 lines

  1. /* ==================================================================
  2. *    Copyright:        Digital Image Design Ltd
  3. *    File:                langdef.h
  4. *    Author:            Roger Godfrey
  5. *    Date:                26th July 1996
  6. *    Format:        Install Sheild
  7. *    Description:   Tells setup.rul which language to use (german, english
  8. *                 French etc...)
  9. *
  10. * ===================================================================== */
  11.  
  12.  
  13. /* DEFINES */
  14.  
  15.  
  16. /* Use these defines to localise the code.
  17.  * Only define one language at a time!
  18.  */
  19.  
  20. // English Text:
  21. #define ENGLISH    1
  22.  
  23. // French Text:
  24. //#define FRENCH   2
  25.  
  26. // German Text:
  27. //#define GERMAN   3
  28.  
  29. // Spanish Text:
  30. //#define SPANISH 4
  31.  
  32. // Italian Text:
  33. //#define ITALIAN 5
  34.